Makefile: Use correct timezone for U_BOOT_TZ
authorChris Packham <[email protected]>
Thu, 13 Aug 2015 06:08:27 +0000 (18:08 +1200)
committerTom Rini <[email protected]>
Fri, 28 Aug 2015 16:33:12 +0000 (12:33 -0400)
commit70d39f57146a6cb94736db39c770c3d95e07bedb
tree4855f047e592a7effb185c8720ca39eae9dff4cb
parente9015b304ad2a39a03f2684dadeabef474b7addb
Makefile: Use correct timezone for U_BOOT_TZ

When building with SOURCE_DATE_EPOCH the timezone is in UTC. When
building normally the timezone is taken from the build machine's locale
setting.

Signed-off-by: Chris Packham <[email protected]>
Tested-by: Bin Meng <[email protected]>
Tested-by: Paul Kocialkowski <[email protected]>
Tested-by: Andreas Bießmann <[email protected]>
Makefile